e065a965093bd0157eb709a043544c4c8a47c03f,portal-impl/src/com/liferay/portal/service/persistence/GroupFinderImpl.java,GroupFinderImpl,countByC_N_D,#number#String#String#LinkedHashMap#,147

Before Change


		try {
			session = openSession();

			int count = countByC_N_D(
				session, companyId, name, description, params1);

			if (Validator.isNotNull(userId)) {
				count += countByC_N_D(

After Change



			Set<Long> count = new HashSet<Long>();

			count.addAll(
				countByC_N_D(session, companyId, name, description, params1));

			if (Validator.isNotNull(userId)) {
				count.addAll(